Content Providers
Table of Contents
1. TODO Content Providers
Content providers can help an app manage access to data stored by itself or stored by other apps and provide a way to share data with other apps. They encapsulate the data and provide mechanisms for defining data security.
Content providers can also be used to manage access to a variety of data storage sources, including both un- and structured data.